Remove pack property altogether
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jan 2011 07:06:03 +0000 (02:06 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jan 2011 07:06:03 +0000 (02:06 -0500)
gtk/gtknotebook.c

index 2c421751fdb9d2863b8d98f7c860d8939920abc9..8b7cceb383562a676f29d8ccbaf6cd7a4ae46d2a 100644 (file)
@@ -261,7 +261,6 @@ struct _GtkNotebookPage
   guint default_tab  : 1;      /* If true, we create the tab label ourself */
   guint expand       : 1;
   guint fill         : 1;
-  guint pack         : 1;
   guint reorderable  : 1;
   guint detachable   : 1;
 
@@ -4450,7 +4449,6 @@ gtk_notebook_real_insert_page (GtkNotebook *notebook,
   page->menu_label = menu_label;
   page->expand = FALSE;
   page->fill = TRUE;
-  page->pack = GTK_PACK_START; 
 
   if (!menu_label)
     page->default_menu = TRUE;